Raises CollectionChanged event if the ReentrantObservableCollection<(Of <(<'T>)>)> is not in update mode.

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

C#
protected virtual void OnCollectionChanged(
	NotifyCollectionChangedEventArgs e
)
Visual Basic
Protected Overridable Sub OnCollectionChanged ( _
	e As NotifyCollectionChangedEventArgs _
)

Parameters

e
Type: System.Collections.Specialized..::..NotifyCollectionChangedEventArgs

See Also